home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / steppenwolf_2_chapter_8.swf / scripts / DefineButton2_1794 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  241b  |  16 lines

  1. on(press){
  2.    tellTarget("../FlechesRoue")
  3.    {
  4.       gotoAndStop("Down");
  5.    }
  6.    set("/Variables:ScrollMail",-10);
  7.    tellTarget("MailScroll")
  8.    {
  9.       play();
  10.    }
  11.    tellTarget("../RoueScroll")
  12.    {
  13.       play();
  14.    }
  15. }
  16.